home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tech Arsenal 1
/
Tech Arsenal (Arsenal Computer).ISO
/
tek-04
/
adg_4_6.zip
/
METER.H
< prev
next >
Wrap
Text File
|
1991-02-21
|
765b
|
20 lines
/****************************************************************************
Module name: Meter.H
Programmer : Jeffrey M. Richter.
*****************************************************************************/
// Meter control sends WM_CTLCOLOR message to parent window
// with the following identifier with in the HIWORD of the lParam.
#define CTLCOLOR_METER (100)
// The Meter control doesn't have any class-specific window styles.
// Meter control's class-specific window messages.
#define MM_SETPARTSINJOB (WM_USER + 0)
#define MM_GETPARTSINJOB (WM_USER + 1)
#define MM_SETPARTSCOMPLETE (WM_USER + 2)
#define MM_GETPARTSCOMPLETE (WM_USER + 3)
// Meter control has no notification codes to send to parent.